From: David S. Miller Date: Tue, 18 Feb 2014 20:34:14 +0000 (-0500) Subject: Merge branch 'msix' X-Git-Tag: archive/raspbian/4.9.13-1+rpi1~10^2~6870^2~316 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/%22bookmarks:/?a=commitdiff_plain;h=9fa9e49829fc4628ffb3c1d613f6e52bcbf59480;p=linux-4.9.git Merge branch 'msix' Alexander Gordeev says: ==================== net: Use pci_enable_msix_range() instead of pci_enable_msix() As result of deprecation of MSI-X/MSI enablement functions pci_enable_msix() and pci_enable_msi_block() all drivers using these two interfaces need to be updated to use the new pci_enable_msi_range() and pci_enable_msix_range() interfaces. Cc: e1000-devel@lists.sourceforge.net Cc: linux-driver@qlogic.com Cc: linux-net-drivers@solarflare.com Cc: linux-pci@vger.kernel.org Cc: linux-rdma@vger.kernel.org Cc: netdev@vger.kernel.org Cc: pv-drivers@vmware.com Cc: wil6210@qca.qualcomm.com ==================== Signed-off-by: David S. Miller --- 9fa9e49829fc4628ffb3c1d613f6e52bcbf59480